projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8992a45
)
* lisp/isearch.el (lazy-highlight-buffer-max-at-a-time): Change from 20 to 200
author
Juri Linkov
<juri@linkov.net>
Mon, 31 May 2021 20:32:50 +0000
(23:32 +0300)
committer
Juri Linkov
<juri@linkov.net>
Mon, 31 May 2021 20:32:50 +0000
(23:32 +0300)
Suggested by Augusto Stoffel <arstoffel@gmail.com> in bug#48581
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index 232a994dfa7d7f84ee73663cbad7dedd2b1ac76d..33776d8069c0e351769f2f078d6ec052863e4b0e 100644
(file)
--- a/
lisp/isearch.el
+++ b/
lisp/isearch.el
@@
-404,7
+404,7
@@
A value of nil means highlight all matches shown on the screen."
(integer :tag "Some"))
:group 'lazy-highlight)
-(defcustom lazy-highlight-buffer-max-at-a-time 20
+(defcustom lazy-highlight-buffer-max-at-a-time 20
0 ; 20 (bug#48581)
"Maximum matches to highlight at a time (for `lazy-highlight-buffer').
Larger values may reduce Isearch's responsiveness to user input;
smaller values make matches highlight slowly.